+2004-12-11 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level)
+ (gtk_combo_box_menu_row_changed): Only wrap if we are in the
+ topmost menu. (#160936, John Finlay)
+
2004-12-10 Matthias Clasen <mclasen@redhat.com>
Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor)
+2004-12-11 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level)
+ (gtk_combo_box_menu_row_changed): Only wrap if we are in the
+ topmost menu. (#160936, John Finlay)
+
2004-12-10 Matthias Clasen <mclasen@redhat.com>
Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor)
+2004-12-11 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level)
+ (gtk_combo_box_menu_row_changed): Only wrap if we are in the
+ topmost menu. (#160936, John Finlay)
+
2004-12-10 Matthias Clasen <mclasen@redhat.com>
Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor)
+2004-12-11 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level)
+ (gtk_combo_box_menu_row_changed): Only wrap if we are in the
+ topmost menu. (#160936, John Finlay)
+
2004-12-10 Matthias Clasen <mclasen@redhat.com>
Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor)
}
gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
- if (combo_box->priv->wrap_width)
+ if (combo_box->priv->wrap_width && menu == combo_box->priv->popup_widget)
gtk_combo_box_relayout_item (combo_box, item, &iter, last);
gtk_widget_show (item);
gtk_combo_box_menu_row_inserted (model, path, iter, combo_box);
}
- if (combo_box->priv->wrap_width)
+ if (combo_box->priv->wrap_width
+ && item->parent == combo_box->priv->popup_widget)
gtk_combo_box_relayout_item (combo_box, item, iter, NULL);
width = gtk_combo_box_calc_requested_width (combo_box, path);